home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
SOUND
/
RAVELUTL.ARJ
/
CONVERT.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-02-18
|
274b
|
16 lines
echo on
copy \mbin\mafiles\%1.ma
rtoc %1.ma > %1.asc
enter2
asc2cake %1
cake2mid %1
copy *.mid \voyetra\midfiles
del \mbin\cwstuff\*.mid
del \mbin\cwstuff\*.asc
del \mbin\cwstuff\*.wrk
del \mbin\cwstuff\*.ma
dir \voyetra\midfiles
dir \mbin\cwstuff
pause
cls